Version

IsMergeNeeded(List<IMember>,ITuple,Int32) Method

Determines whether the cell should be merged.
Syntax
'Declaration
 
Protected Overloads Function IsMergeNeeded( _
   ByVal prevMembers As List(Of IMember), _
   ByVal currentTuple As Infragistics.Olap.Data.ITuple, _
   ByVal memberIndex As Integer _
) As Boolean
protected bool IsMergeNeeded( 
   List<IMember> prevMembers,
   Infragistics.Olap.Data.ITuple currentTuple,
   int memberIndex
)

Parameters

prevMembers
The prev members.
currentTuple
The current tuple.
memberIndex
Index of the member.

Return Value

true if the cell should be merged; otherwise, false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also